GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-31T03:08:59.0982291+00:00",
"SubmitDate": "2026-01-31T03:08:59.0982291+00:00",
"ReportPeriodStart": "2026-01-31T03:08:59.0982291+00:00",
"ReportPeriodEnd": "2026-01-31T03:08:59.0982291+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dce8b0db-842c-4ca7-ac0e-dc31a6faf9dc",
"Rows": [
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dce8b0db-842c-4ca7-ac0e-dc31a6faf9dc",
"Rows": [
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bad27e71-8ede-4f44-90ae-48357ecbb6b7",
"0b292052-3ea9-4941-acf1-61474170d713"
],
"Approvers": [
"dab6e9c8-4303-4fac-9bc6-237c7005437f",
"f10ecea2-ec96-439f-b1ed-e8e7372e189e"
],
"ApprovedBy": "9d63b6e8-6495-4f93-aaa1-de5c3bae69d9",
"ApprovalDate": "2026-01-31T03:08:59.0982291+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "11f13e78-4bb8-4797-9596-c449933937b8",
"id": "7f2ad3ab-9991-4dac-a6da-9c77d1fa246b",
"ConfigId": "d5db857f-a5c6-4cd9-90dc-e5baf1b93d64"
},
{
"GenerationDate": "2026-01-31T03:08:59.0982291+00:00",
"SubmitDate": "2026-01-31T03:08:59.0982291+00:00",
"ReportPeriodStart": "2026-01-31T03:08:59.0982291+00:00",
"ReportPeriodEnd": "2026-01-31T03:08:59.0982291+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dce8b0db-842c-4ca7-ac0e-dc31a6faf9dc",
"Rows": [
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dce8b0db-842c-4ca7-ac0e-dc31a6faf9dc",
"Rows": [
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a839f1cd-ffc7-4820-ab73-e78ade9785c3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bad27e71-8ede-4f44-90ae-48357ecbb6b7",
"0b292052-3ea9-4941-acf1-61474170d713"
],
"Approvers": [
"dab6e9c8-4303-4fac-9bc6-237c7005437f",
"f10ecea2-ec96-439f-b1ed-e8e7372e189e"
],
"ApprovedBy": "9d63b6e8-6495-4f93-aaa1-de5c3bae69d9",
"ApprovalDate": "2026-01-31T03:08:59.0982291+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "11f13e78-4bb8-4797-9596-c449933937b8",
"id": "7f2ad3ab-9991-4dac-a6da-9c77d1fa246b",
"ConfigId": "d5db857f-a5c6-4cd9-90dc-e5baf1b93d64"
}
]